crypto/tls.halfConn.version (field)

12 uses

	crypto/tls (current package)
		conn.go#L173: 	version uint16 // protocol version
		conn.go#L208: 	hc.version = version
		conn.go#L216: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L269: 		if hc.version >= VersionTLS11 {
		conn.go#L347: 	if hc.version == VersionTLS13 && typ == recordTypeChangeCipherSpec {
		conn.go#L371: 			if hc.version == VersionTLS13 {
		conn.go#L409: 		if hc.version == VersionTLS13 {
		conn.go#L519: 		if hc.version == VersionTLS13 {
		handshake_client.go#L537: 	c.in.version = vers
		handshake_client.go#L538: 	c.out.version = vers
		handshake_server.go#L196: 	c.in.version = c.vers
		handshake_server.go#L197: 	c.out.version = c.vers